home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Shareware World / Info / For Developers / Utils / Sources / Makefile < prev   
Makefile  |  1997-10-28  |  432b  |  33 lines

  1.  
  2. #
  3. # Latitude Standard Makefile for Utils under Universal Headers
  4. #
  5. # targets: clean, depend, all
  6. #
  7. # To make debuggable version:
  8. #         make BUILD = debug
  9. #
  10. # To make regular version:
  11. #         make
  12. #
  13. MAC_ENV = Universal Headers
  14. PROG = Utils
  15. #
  16. # Add your additional C Preprocessor flags here:
  17. #
  18. CPPFLAGS-PROG =
  19.  
  20. #
  21. # Source Files for Utils
  22. #
  23.  
  24. CFILES=main.c 
  25.  
  26.  
  27. include $(LATITUDE_ROOT)/lib/Makefile.share
  28. #
  29. # Add additional targets here:
  30. #
  31.  
  32.  
  33.